home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Professor Iris Fun Field Trip: Seaside Adventure
/
Professor Iris - Fun Field Trip: Seaside Adventure.iso
/
pc
/
discovry
/
shared.dir
/
00897_Tutorial Button-sprite script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-03
|
453 b
|
18 lines
on mouseDown
doButtonHilite()
end
on mouseUp
global gCurrentPageNum, gPageNum, gCurrentCategoryNum, gCategoryNum, gFromIndexFlag, gIndexTutorialReturn
if rollOver(the clickOn) then
puppetSound("mouseClick")
updateStage()
set gFromIndexFlag to 1
set gPageNum to gCurrentPageNum
set gCategoryNum to gCurrentCategoryNum
doIndexCleanUp()
set gIndexTutorialReturn to the movieName
go("Name", "Intro2.dir")
end if
end